home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pornodelic
/
Pornodelic - Disc 2.iso
/
pc
/
data
/
config.dir
/
00035_ÅwÉ{ÉäÉÖÅ[ÉÄíêÆÅBÅx.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-05
|
244 b
|
16 lines
global gvolume
on volumeup
if gvolume < 7 then
set gvolume to gvolume + 1
set the soundLevel to gvolume
end if
end
on volumedown
if gvolume <> 0 then
set gvolume to gvolume - 1
set the soundLevel to gvolume
end if
end